SixBit API Schema
ItemIDType Simple Type
Description
The unique identifier of an item. It is created internally by SixBit. This field is used to identify an item during an item update. It is ignored when adding an Item. When included as part of adding a sale, it is used to identify the item associated with the sale.
Namespace (none)
Type
Restriction of xs:integer
Diagram
ItemIDType Simple Type
Overview
ItemIDType Restriction of xs:integer
The unique identifier of an item. It is created internally by SixBit. This field is used to identify an item during an item update. It is ignored when adding an Item. When included as part of adding a sale, it is used to identify the item associated with the sale.
Source
<xs:simpleType name="ItemIDType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The unique identifier of an item.  It is created internally by SixBit.  This field is used to identify an item during an item update. It is ignored when adding an Item.  When included as part of adding a sale, it is used to identify the item associated with the sale.  </xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:integer"></xs:restriction>
</xs:simpleType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.